home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / NoteZilla 7 / NoteZillaSetup.exe / {app} / Skins / Crumpled Paper.ssz / Crumpled Paper.xml < prev    next >
Extensible Markup Language  |  2006-10-10  |  20KB  |  436 lines

  1. <?xml version="1.0" ?>
  2. <NoteSkin SchemaVersion="5.0" SkinVersion="2.0" Style="Classic" UniqueName="Crumpled Paper" DisplayName="Crumpled Paper" 
  3. TransparentColor="#FFFFFF" ColorOverridable="False">
  4.  
  5.     <ProgramCompatibility MajorVersion="5" MinorVersion="0" Build="34" />
  6.     <About Author="Conceptworld Corporation" Company="Conceptworld Corporation" Website="www.conceptworld.com"
  7.     Email="support@conceptworld.com" Comments="Crumpled Paper" DateCreated="01 January 2007" />
  8.         
  9.     <Files>
  10.         <File ID="1" Type="Image" Name="CrumpledPaper_Title.bmp" />
  11.         <File ID="2" Type="Image" Name="Classic_NoteMenuButton.bmp" />
  12.         <File ID="3" Type="Image" Name="Classic_SetAlarmFlagButton.bmp" />
  13.         <File ID="4" Type="Image" Name="Classic_RollUpButton.bmp" />
  14.         <File ID="5" Type="Image" Name="Classic_RollDownButton.bmp" />
  15.         <File ID="6" Type="Image" Name="Classic_TrashNoteButton.bmp" />
  16.         <File ID="7" Type="Image" Name="Classic_VSBBackground.bmp" />
  17.         <File ID="8" Type="Image" Name="Classic_VSBScrollTopButton.bmp" />
  18.         <File ID="9" Type="Image" Name="Classic_VSBScrollBottomButton.bmp" />
  19.         <File ID="10" Type="Image" Name="Classic_VSBThumbButton.bmp" />
  20.         <File ID="11" Type="Image" Name="Classic_ResizeButton.bmp" />
  21.         <File ID="12" Type="Image" Name="CrumpledPaper_EditBackground.bmp" />
  22.     </Files>
  23.     
  24.     <Placements>
  25.     
  26.         <Placement Name="NoteBorderRolledUp" PlacementRect="0,0,143,16"/>
  27.         <Placement Name="TitlebarRolledUp" PlacementRect="0,0,143,16"/>
  28.         <Placement Name="TitlebarRolledDown" PlacementRect="0,0,143,16"/>
  29.         <Placement Name="ResizeButton" PlacementRect="136,136,143,143"/>
  30.     </Placements>
  31.     
  32.     <NoteBorder OuterRect="0,0,143,143" InnerRect="2,17,141,141" BackgroundColor="#E6E6E6" ColorOverridable="False">
  33.     
  34.         <Surfaces>
  35.             <Surface Name="LeftBorderRolledDown" SurfaceType="Plain" BackgroundColor="#E6E6E6" ColorOverridable="False">
  36.             </Surface>
  37.             <Surface Name="TopBorderRolledDown" SurfaceType="Plain" BackgroundColor="#E6E6E6" ColorOverridable="False">
  38.             </Surface>
  39.             <Surface Name="RightBorderRolledDown" SurfaceType="Plain" BackgroundColor="#E6E6E6" ColorOverridable="False">
  40.             </Surface>
  41.             <Surface Name="BottomBorderRolledDown" SurfaceType="Plain" BackgroundColor="#E6E6E6" ColorOverridable="False">
  42.             </Surface>
  43.             <Surface Name="RolledUp" SurfaceType="Plain" BackgroundColor="#E6E6E6" ColorOverridable="False">
  44.             </Surface>
  45.         </Surfaces>
  46.                 
  47.         
  48.         <Titlebar Resize="True" Margins="1,1,1,1" MoveWhenNoteResizedX="False" MoveWhenNoteResizedY="False">
  49.         
  50.             <TitleFont FontName="Verdana" FontSize="10" Bold="False" ActiveColor="#000000" InactiveColor="#000000" />
  51.             
  52.             <Surface SurfaceType="Bitmap" BackgroundColor="#E6E6E6">
  53.                 <Bitmap>
  54.                     <!--This is tricky.. we must draw the title after 2 pixels where the inner rect starts
  55.                     otherwise the title will not tile properly with the body.. so we have made the title
  56.                     bitmap 2 pixels wider and start tiling from the 2nd pixel -->
  57.                     <BitmapProperties FileID="1" BitmapRect="0,0,145,16" ResizeBitmapRect="2,0,145,16" NonRectangular="False" TransparentColor="#FFFFFF" />
  58.                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  59.                 </Bitmap>
  60.             </Surface>
  61.  
  62.             <Buttons>
  63.                 <Button Name="NoteMenu" Type="Press" Size="16,16">
  64.                     <SurfaceGroup Name="Press">
  65.                         <State State="Normal">
  66.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  67.                                 <Bitmap>
  68.                                     <BitmapProperties FileID="2" BitmapRect="0,0,15,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  69.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  70.                                 </Bitmap>
  71.                             </Surface>
  72.                         </State>
  73.                         <State State="Focused">
  74.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  75.                                 <Bitmap>
  76.                                     <BitmapProperties FileID="2" BitmapRect="16,0,31,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  77.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  78.                                 </Bitmap>
  79.                             </Surface>
  80.                         </State>
  81.                         <State State="Selected">
  82.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  83.                                 <Bitmap>
  84.                                     <BitmapProperties FileID="2" BitmapRect="32,0,47,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  85.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  86.                                 </Bitmap>
  87.                             </Surface>
  88.                         </State>
  89.                         <State State="Disabled">
  90.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  91.                                 <Bitmap>
  92.                                     <BitmapProperties FileID="2" BitmapRect="48,0,63,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  93.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  94.                                 </Bitmap>
  95.                                 <Gradient Direction="Vertical" BeginColor="#AA00FF" EndColor="#FFFF86" />
  96.                             </Surface>
  97.                         </State>
  98.                     </SurfaceGroup>
  99.                 </Button>
  100.                 
  101.                 <Button Name="RollUpDown" Type="Toggle" Size="16,16">
  102.                     <SurfaceGroup Name="ToggleUp">
  103.                         <State State="Normal">
  104.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  105.                                 <Bitmap>
  106.                                     <BitmapProperties FileID="5" BitmapRect="0,0,15,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  107.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  108.                                 </Bitmap>
  109.                                 <Gradient Direction="Vertical" BeginColor="#AA00FF" EndColor="#FFFF86" />
  110.                             </Surface>
  111.                         </State>
  112.                         <State State="Focused">
  113.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  114.                                 <Bitmap>
  115.                                     <BitmapProperties FileID="5" BitmapRect="16,0,31,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  116.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  117.                                 </Bitmap>
  118.                             </Surface>
  119.                         </State>
  120.                         <State State="Selected">
  121.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  122.                                 <Bitmap>
  123.                                     <BitmapProperties FileID="5" BitmapRect="32,0,47,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  124.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  125.                                 </Bitmap>
  126.                             </Surface>
  127.                         </State>
  128.                         <State State="Disabled">
  129.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  130.                                 <Bitmap>
  131.                                     <BitmapProperties FileID="5" BitmapRect="48,0,63,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  132.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  133.                                 </Bitmap>
  134.                             </Surface>
  135.                         </State>
  136.                     </SurfaceGroup>
  137.                     
  138.                     <SurfaceGroup Name="ToggleDown">
  139.                         <State State="Normal">
  140.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  141.                                 <Bitmap>
  142.                                     <BitmapProperties FileID="4" BitmapRect="0,0,15,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  143.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  144.                                 </Bitmap>
  145.                                 <Gradient Direction="Vertical" BeginColor="#AA00FF" EndColor="#FFFF86" />
  146.                             </Surface>
  147.                         </State>
  148.                         <State State="Focused">
  149.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  150.                                 <Bitmap>
  151.                                     <BitmapProperties FileID="4" BitmapRect="16,0,31,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  152.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  153.                                 </Bitmap>
  154.                             </Surface>
  155.                         </State>
  156.                         <State State="Selected">
  157.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  158.                                 <Bitmap>
  159.                                     <BitmapProperties FileID="4" BitmapRect="32,0,47,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  160.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  161.                                 </Bitmap>
  162.                             </Surface>
  163.                         </State>
  164.                         <State State="Disabled">
  165.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  166.                                 <Bitmap>
  167.                                     <BitmapProperties FileID="4" BitmapRect="48,0,63,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  168.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  169.                                 </Bitmap>
  170.                             </Surface>
  171.                         </State>
  172.                     </SurfaceGroup>
  173.                     
  174.                 </Button>
  175.                 <Button Name="TrashNote" Type="Press" Size="16,16">
  176.                     <SurfaceGroup Name="Press">
  177.                         <State State="Normal">
  178.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  179.                                 <Bitmap>
  180.                                     <BitmapProperties FileID="6" BitmapRect="0,0,15,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  181.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  182.                                 </Bitmap>
  183.                             </Surface>
  184.                         </State>
  185.                         <State State="Focused">
  186.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  187.                                 <Bitmap>
  188.                                     <BitmapProperties FileID="6" BitmapRect="16,0,31,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  189.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  190.                                 </Bitmap>
  191.                             </Surface>
  192.                         </State>
  193.                         <State State="Selected">
  194.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  195.                                 <Bitmap>
  196.                                     <BitmapProperties FileID="6" BitmapRect="32,0,47,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  197.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  198.                                 </Bitmap>
  199.                             </Surface>
  200.                         </State>
  201.                         <State State="Disabled">
  202.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  203.                                 <Bitmap>
  204.                                     <BitmapProperties FileID="6" BitmapRect="48,0,63,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  205.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  206.                                 </Bitmap>
  207.                             </Surface>
  208.                         </State>
  209.                     </SurfaceGroup>
  210.                 </Button>
  211.                 
  212.                 <Button Name="SetAlarmFlag" Type="Press" Size="16,16">
  213.                     <SurfaceGroup Name="Press">
  214.                         <State State="Normal">
  215.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  216.                                 <Bitmap>
  217.                                     <BitmapProperties FileID="3" BitmapRect="0,0,15,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  218.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  219.                                 </Bitmap>
  220.                                 <Gradient Direction="Vertical" BeginColor="#AA00FF" EndColor="#FFFF86" />
  221.                             </Surface>
  222.                         </State>
  223.                         <State State="Focused">
  224.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  225.                                 <Bitmap>
  226.                                     <BitmapProperties FileID="3" BitmapRect="16,0,31,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  227.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  228.                                 </Bitmap>
  229.                                 <Gradient Direction="Vertical" BeginColor="#AA00FF" EndColor="#FFFF86" />
  230.                             </Surface>
  231.                         </State>
  232.                         <State State="Selected">
  233.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  234.                                 <Bitmap>
  235.                                     <BitmapProperties FileID="3" BitmapRect="32,0,47,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  236.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  237.                                 </Bitmap>
  238.                                 <Gradient Direction="Vertical" BeginColor="#AA00FF" EndColor="#FFFF86" />
  239.                             </Surface>
  240.                         </State>
  241.                         <State State="Disabled">
  242.                             <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  243.                                 <Bitmap>
  244.                                     <BitmapProperties FileID="3" BitmapRect="48,0,63,15" NonRectangular="True" TransparentColor="#FFFEFF" />
  245.                                     <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  246.                                 </Bitmap>
  247.                                 <Gradient Direction="Vertical" BeginColor="#AA00FF" EndColor="#FFFF86" />
  248.                             </Surface>
  249.                         </State>
  250.                     </SurfaceGroup>
  251.                 </Button>
  252.                 
  253.             </Buttons>
  254.  
  255.  
  256.         </Titlebar>
  257.         
  258.         <ResizeButton MoveWhenNoteResizedX="True" MoveWhenNoteResizedY="True">
  259.             <Button Name="ResizeButton" Type="Press" Size="8,8">
  260.                 <SurfaceGroup Name="Press">
  261.                     <State State="Normal">
  262.                         <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  263.                             <Bitmap>
  264.                                 <BitmapProperties FileID="11" BitmapRect="0,0,7,7" NonRectangular="True" TransparentColor="#FFFFFF" />
  265.                                 <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None"  />
  266.                             </Bitmap>
  267.                         </Surface>
  268.                     </State>
  269.                     <State State="Focused">
  270.                         <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  271.                             <Bitmap>
  272.                                 <BitmapProperties FileID="11" BitmapRect="0,0,7,7" NonRectangular="True" TransparentColor="#FFFFFF" />
  273.                                 <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  274.                             </Bitmap>
  275.                         </Surface>
  276.                     </State>
  277.                     <State State="Selected">
  278.                         <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  279.                             <Bitmap>
  280.                                 <BitmapProperties FileID="11" BitmapRect="0,0,7,7" NonRectangular="True" TransparentColor="#FFFFFF" />
  281.                                 <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  282.                             </Bitmap>
  283.                         </Surface>
  284.                     </State>
  285.                     <State State="Disabled">
  286.                         <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  287.                             <Bitmap>
  288.                                 <BitmapProperties FileID="11" BitmapRect="0,0,7,7" NonRectangular="True" TransparentColor="#FFFFFF" />
  289.                                 <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  290.                             </Bitmap>
  291.                         </Surface>
  292.                     </State>
  293.                 </SurfaceGroup>
  294.             </Button>
  295.             
  296.         </ResizeButton>
  297.         
  298.         <Scrollbars>
  299.         
  300.             <Scrollbar Direction="Vertical" Resize="True" ShaftPosition="BetweenScrollArrows" Size="18,4">
  301.                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF" ColorOverridable="False">
  302.                     <Bitmap>
  303.                         <BitmapProperties FileID="7" BitmapRect="0,0,17,3" ResizeBitmapRect="0,1,17,2" NonRectangular="True" TransparentColor="#FFFFFE" />
  304.                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  305.                     </Bitmap>
  306.                 </Surface>
  307.                 <Buttons>
  308.                     <Button Name="TopArrow" Type="Press" Size="16,10">
  309.                         <SurfaceGroup Name="Press">
  310.                             <State State="Normal">
  311.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  312.                                     <Bitmap>
  313.                                         <BitmapProperties FileID="8" BitmapRect="0,0,15,9" NonRectangular="True" TransparentColor="#FFFFFF" />
  314.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  315.                                     </Bitmap>
  316.                                 </Surface>
  317.                             </State>
  318.                             <State State="Focused">
  319.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  320.                                     <Bitmap>
  321.                                         <BitmapProperties FileID="8" BitmapRect="16,0,31,9" NonRectangular="True" TransparentColor="#FFFFFF" />
  322.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  323.                                     </Bitmap>
  324.                                 </Surface>
  325.                             </State>
  326.                             <State State="Selected">
  327.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  328.                                     <Bitmap>
  329.                                         <BitmapProperties FileID="8" BitmapRect="32,0,47,9" NonRectangular="True" TransparentColor="#FFFFFF" />
  330.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  331.                                     </Bitmap>
  332.                                 </Surface>
  333.                             </State>
  334.                             <State State="Disabled">
  335.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  336.                                     <Bitmap>
  337.                                         <BitmapProperties FileID="8" BitmapRect="48,0,63,9" NonRectangular="True" TransparentColor="#FFFFFF" />
  338.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  339.                                     </Bitmap>
  340.                                 </Surface>
  341.                             </State>
  342.                         </SurfaceGroup>
  343.                     </Button>
  344.                     <Button Name="BottomArrow" Type="Press" Size="16,10">
  345.                         <SurfaceGroup Name="Press">
  346.                             <State State="Normal">
  347.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  348.                                     <Bitmap>
  349.                                         <BitmapProperties FileID="9" BitmapRect="0,0,15,9" NonRectangular="True" TransparentColor="#FFFFFF" />
  350.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  351.                                     </Bitmap>
  352.                                     <Gradient Direction="Vertical" BeginColor="#AA00FF" EndColor="#FFFF86" />
  353.                                 </Surface>
  354.                             </State>
  355.                             <State State="Focused">
  356.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  357.                                     <Bitmap>
  358.                                         <BitmapProperties FileID="9" BitmapRect="16,0,31,9" NonRectangular="True" TransparentColor="#FFFFFF" />
  359.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  360.                                     </Bitmap>
  361.                                 </Surface>
  362.                             </State>
  363.                             <State State="Selected">
  364.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  365.                                     <Bitmap>
  366.                                         <BitmapProperties FileID="9" BitmapRect="32,0,47,9" NonRectangular="True" TransparentColor="#FFFFFF" />
  367.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  368.                                     </Bitmap>
  369.                                 </Surface>
  370.                             </State>
  371.                             <State State="Disabled">
  372.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  373.                                     <Bitmap>
  374.                                         <BitmapProperties FileID="9" BitmapRect="48,0,63,9" NonRectangular="True" TransparentColor="#FFFFFF" />
  375.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  376.                                     </Bitmap>
  377.                                 </Surface>
  378.                             </State>
  379.                         </SurfaceGroup>
  380.                     </Button>        
  381.                     <Button Name="Thumb" Type="Press" Size="16,20">
  382.                         <SurfaceGroup Name="Press">
  383.                             <State State="Normal">
  384.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  385.                                     <Bitmap>
  386.                                         <BitmapProperties FileID="10" BitmapRect="0,0,15,19" ResizeBitmapRect="0,9,15,10"  NonRectangular="False" TransparentColor="#FF00FF" />
  387.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  388.                                     </Bitmap>
  389.                                 </Surface>
  390.                             </State>
  391.                             <State State="Focused">
  392.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  393.                                     <Bitmap>
  394.                                         <BitmapProperties FileID="10" BitmapRect="16,0,31,19" ResizeBitmapRect="0,9,15,10"  NonRectangular="False" TransparentColor="#FF00FF" />
  395.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  396.                                     </Bitmap>
  397.                                 </Surface>
  398.                             </State>
  399.                             <State State="Selected">
  400.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  401.                                     <Bitmap>
  402.                                         <BitmapProperties FileID="10" BitmapRect="32,0,47,19" ResizeBitmapRect="0,9,15,10" NonRectangular="False" TransparentColor="#FF00FF" />
  403.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  404.                                     </Bitmap>
  405.                                 </Surface>
  406.                             </State>
  407.                             <State State="Disabled">
  408.                                 <Surface SurfaceType="Bitmap" BackgroundColor="#FFFFFF">
  409.                                     <Bitmap>
  410.                                         <BitmapProperties FileID="10" BitmapRect="48,0,63,19" ResizeBitmapRect="0,9,15,10" NonRectangular="False" TransparentColor="#FF00FF" />
  411.                                         <BitmapPlacement HorizontalAlignment="Center" VerticalAlignment="Center" Layout="None" />
  412.                                     </Bitmap>
  413.                                 </Surface>
  414.                             </State>
  415.                         </SurfaceGroup>
  416.                     </Button>
  417.                 </Buttons>
  418.             </Scrollbar>
  419.         </Scrollbars>
  420.     </NoteBorder>
  421.     <EditWindow>
  422.         <EditWindowBackground BackgroundColor="#E6E6E6" ColorOverridable="False">
  423.             <SurfaceTable Rows="1" Columns="1">
  424.                 <SurfaceCell Row="1" Column="1" Height="100%" Width="100%">
  425.                     <Surface SurfaceType="Bitmap" BackgroundColor="#E6E6E6" ColorOverridable="False" >
  426.                         <Bitmap>
  427.                             <BitmapProperties FileID="12" BitmapRect="0,0,143,143" NonRectangular="False" TransparentColor="#FF00FF" />
  428.                             <BitmapPlacement HorizontalAlignment="Left" VerticalAlignment="Top" Layout="Tile" />
  429.                         </Bitmap>
  430.                     </Surface>
  431.                 </SurfaceCell>
  432.             </SurfaceTable>
  433.         </EditWindowBackground>
  434.     </EditWindow>
  435. </NoteSkin>
  436.